
@import url('../css/fonts.css');


html, body {
    font-family: var(--Lexend);
    margin: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root{

    /*  Theme colors    */
    --text-gray: #3f4954;
    --text-light: #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /*  gradient color    */
    --sky: linear-gradient(120deg, #432E73 0%, #a1c4fd 100%);
    /*--sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/


    /* theme font-family */
    --Abel:'Abel',cursive;
    --Anton:'Anton',cursive;
    --Josefin:'Josefin',cursive;
    --Lexend:'Lexend',cursive;
    --Livvic:'Livvic',cursive;
}

/*=========================Global Classes==================*/

a {
    text-decoration: none !important;
    font-weight: 300;
    color: rgba(34, 54, 96, .7);
}

a:hover {
    transition: .5s;
    color:#432E73;
}

ul {
    list-style-type: none;
}

.show-list-style{
    list-style-type:disc;
}

.row {
    height: 100%;
    width: 100%;
}

h3 {
    font-size:1.20rem;
}

h5 {
    font-size: 1.50rem;
}


/*==========X===============Global Classes=========X=========*/



/*================Navbar===============*/

.navbar {
    background: white;
    padding: .6rem .9rem;

}

.navbar .navbar-brand img {
    height: 30px; 
    width: 120px;
}

.navbar-toggler {
    background-color: #432E73;
    border: none;
    padding: 10px 6px;
    outline: none;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px;
    background: #fff;
}

.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}

.navbar-toggler span + span + span {
    width: 10px;
    margin-left: 10px;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.5rem .6rem;
    font-size: 1rem;
    position: relative;
    transition: .5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #432E73;
    color: white !important;
}

.navbar-expand-lg .navbar-nav .nav-link .active {
    background-color: #432E73;
    color: white !important;
}

.navbar-nav .btn {
    background-color: white;
    color: black;
    border: 3px solid #432E73;
    border-radius: 6px;
    padding: .5rem 1rem;
    font-size: 1rem;
    margin-top: 1px;
    transition: .5s;
}

.navbar-nav .btn:hover {
    background-color: #432E73;
    color: white;
}

/*=======X=========Navbar========X=======*/




/*===================Main Content===================== */

.small-nav p {
    margin: 0;
}

.small-nav {
    color: white;
}

.small-nav a {
    color: white;
    transition: 1.5s;
}

.small-nav a:hover {
    color: lightgray !important; 
}

/*================About Us===============*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    color: #fff;
    background-color: #432E73;
}
/*========x========About Us========x=======*/

/*================Social Media===============*/




.title-text a {
    font-size: 1.2rem;
    padding-right: 20px;
}





/*========x========Social Media========x=======*/


/*================Accordian===============*/

.card,.card-header
{
    background-color: transparent !important;
    border: none;
    padding: 0;

}
.card {
    box-shadow: 0 2px 25px 0 rgba(110, 130, 208, .18);
    margin-bottom: 20px;
}

.btn-link {
    width: 100%;
    height: 60px;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.card-body {
    background: #e8eeff;
}

.btn-link:after {
    content: '\2212';
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 15px;
    top: 11px;
    position: absolute;
    background: #e8eeff;
}

.btn-link.collapsed:after {
    content: '\002B';
}

.btn-link:before {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    background: #fff;
    z-index: 1;
    transform: rotate(45deg);
    left: 30px;
    top: 46px;
}



/*=======x=========Accordian=======x========*/


/*==============X===========Main Content=============X============== */

/* ============================== Footer =========================== */

footer.footer {
    height: 100%;
    background: var(--bg-color);
    position: relative;
}

footer.footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer.footer .container > div {
    flex-grow: 1;
    flex-basis: 0;
    padding: 3rem .9rem;
}

footer.footer h2 {
    color: white;
}

footer.footer p {
    color: #bababa;
    font-family: var(--Livvic);
}

footer.footer .newsletter .form-element{
    background: black;
    display: inline-block;
}

footer.footer .newsletter .form-element input {
    padding: .5rem .7rem;
    border: none;
    background: transparent;
    color: white;
    font-family: var(--Josefin);
    font-size:  1rem;
    width: 74%;
}

footer.footer .newsletter .form-element span {
    background: var(--sky);
    padding: .5rem .7rem;
    cursor: pointer;
}

footer.footer .instagram div > img {
    display: inline-block;
    width: 25%;
    height: 50%;
    margin: .3rem .4rem;

}

footer.footer .follow div i{
    color: white;
    padding: 0 .4rem;
}

footer.footer .rights {
    color: #bababa;
    justify-content: center;
    font-family: var(--Josefin);
}

footer.footer .rights h4 {
    margin-bottom: 0 !important;
}

footer.footer .rights h4 a {
    font-family: var(--Josefin);
    color: white;
}

footer.footer .rights h4 a:hover {
    color: lightgray !important;
}

footer.footer .move-up {
    position: absolute;
    right: 6%;
    top: 50%;
}

footer.footer .move-up span {
    color: var(--midnight);
}

footer.footer .move-up span:hover {
    color: white;
    cursor: pointer;
}

/* =============x================= Footer ==============x============= */


/*      Viewport less then or equal to 750px        */

@media only screen and (max-width: 750px){
    .nav .nav-menu, .nav .nav-items{
        
      flex-direction: column;
      
    }


    .nav .toggle-collapse{
        display: initial;
    }

    main .para-container h1 {
        padding-top: 4rem;
        color: white;
        text-align: center;
        margin: 0;
        font-size: 2.1rem;
        
    }

    main .para-container1 {
        height: 60rem;
    }

    main .inner-width { 
        margin: auto;
        display: block;

    }

    main .col {
        text-align: center;
        padding: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    footer.footer .container{
        grid-template-columns: repeat(1, 1fr) !important;
    }

}

@media only screen and (max-width: 1130px) {

footer.footer .container{
    grid-template-columns: repeat(2, 1fr) !important;

}

}


@media only screen and (max-width: 520px) {

footer.footer .container > div {
    padding: 1rem .9rem !important;
}

footer.rights{
    
}

}

/*      Viewport less then or equal to 750px        */